home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TCHOOSEOPENGLDLG / TCHOOSEOPENGLDLG.txt
Encoding:
Text File  |  1999-10-16  |  4.2 KB  |  199 lines

  1. inherited ChooseOpenGLDlg: TChooseOpenGLDlg
  2.   Left = 394
  3.   Top = 104
  4.   AutoSize = True
  5.   Caption = 'System Settings'
  6.   ClientHeight = 357
  7.   ClientWidth = 321
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited Bevel1: TBevel
  11.     Left = 0
  12.     Top = 0
  13.     Width = 321
  14.     Height = 273
  15.   end
  16.   object Label1: TLabel [1]
  17.     Left = 8
  18.     Top = 8
  19.     Width = 91
  20.     Height = 13
  21.     Caption = 'OpenGL Drivers'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel [2]
  30.     Left = 8
  31.     Top = 24
  32.     Width = 303
  33.     Height = 52
  34.     Caption = 
  35.       'GenesisII can use any one of several OpenGL implementations.  We' +
  36.       ' recommend the SGI Software implementation delivered with the pr' +
  37.       'oduct as it produces reliable results, but you may prefer to use' +
  38.       ' a hardware implementation.  Please see the help for details.'
  39.     WordWrap = True
  40.   end
  41.   object WarningLabel: TLabel [3]
  42.     Left = 8
  43.     Top = 80
  44.     Width = 286
  45.     Height = 13
  46.     Caption = 'Render windows must be closed to change OpenGL settings'
  47.     Color = clBtnFace
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clRed
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentColor = False
  54.     ParentFont = False
  55.   end
  56.   object Bevel2: TBevel [4]
  57.     Left = 8
  58.     Top = 136
  59.     Width = 305
  60.     Height = 9
  61.     Shape = bsTopLine
  62.   end
  63.   object Label4: TLabel [5]
  64.     Left = 8
  65.     Top = 144
  66.     Width = 160
  67.     Height = 13
  68.     Caption = 'OpenGL Rendering Protocol'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.   end
  76.   object Label3: TLabel [6]
  77.     Left = 8
  78.     Top = 160
  79.     Width = 294
  80.     Height = 52
  81.     Caption = 
  82.       'By default GenesisII will render in background and periodically ' +
  83.       'update the rendering window.  On some systems OpenGL can render ' +
  84.       'direct to the window itself, this is faster but can produce erro' +
  85.       'rs on incompatible systems.  Please see help for details.'
  86.     WordWrap = True
  87.   end
  88.   object Label5: TLabel [7]
  89.     Left = 64
  90.     Top = 248
  91.     Width = 107
  92.     Height = 13
  93.     Caption = 'Refresh rate (seconds)'
  94.   end
  95.   inherited OKBtn: TButton
  96.     Left = 46
  97.     Top = 332
  98.   end
  99.   inherited CancelBtn: TButton
  100.     Left = 126
  101.     Top = 332
  102.   end
  103.   object HelpBtn: TButton
  104.     Left = 206
  105.     Top = 332
  106.     Width = 75
  107.     Height = 25
  108.     Caption = '&Help'
  109.     TabOrder = 2
  110.     OnClick = HelpBtnClick
  111.   end
  112.   object SGIGLRadio: TRadioButton
  113.     Left = 8
  114.     Top = 96
  115.     Width = 177
  116.     Height = 17
  117.     Caption = 'SGI Software OpenGL'
  118.     Checked = True
  119.     TabOrder = 3
  120.     TabStop = True
  121.   end
  122.   object MicrosoftOpenGLRadio: TRadioButton
  123.     Left = 8
  124.     Top = 112
  125.     Width = 201
  126.     Height = 17
  127.     Caption = 'Hardware/Microsoft OpenGL'
  128.     TabOrder = 4
  129.   end
  130.   object Mesa3dxfRadio: TRadioButton
  131.     Left = 192
  132.     Top = 96
  133.     Width = 113
  134.     Height = 17
  135.     Caption = '3dxf Mesa'
  136.     TabOrder = 5
  137.     Visible = False
  138.   end
  139.   object RenderCheck: TCheckBox
  140.     Left = 8
  141.     Top = 216
  142.     Width = 153
  143.     Height = 17
  144.     Caption = 'Render direct to window.'
  145.     TabOrder = 6
  146.     OnClick = RenderCheckClick
  147.   end
  148.   object RefreshTimerSpin: TSpinEdit
  149.     Left = 8
  150.     Top = 240
  151.     Width = 49
  152.     Height = 22
  153.     MaxValue = 60
  154.     MinValue = 2
  155.     TabOrder = 7
  156.     Value = 5
  157.   end
  158.   object GroupBox1: TGroupBox
  159.     Left = 0
  160.     Top = 272
  161.     Width = 321
  162.     Height = 57
  163.     Caption = 'Global Paths'
  164.     TabOrder = 8
  165.     object Label6: TLabel
  166.       Left = 8
  167.       Top = 24
  168.       Width = 49
  169.       Height = 13
  170.       Caption = 'Templates'
  171.     end
  172.     object TemplatesSourceEdit: TEdit
  173.       Left = 64
  174.       Top = 20
  175.       Width = 225
  176.       Height = 21
  177.       ReadOnly = True
  178.       TabOrder = 0
  179.       Text = 'TemplatesSourceEdit'
  180.     end
  181.     object TemplatesButton: TButton
  182.       Left = 288
  183.       Top = 20
  184.       Width = 25
  185.       Height = 21
  186.       Caption = '...'
  187.       TabOrder = 1
  188.       OnClick = TemplatesButtonClick
  189.     end
  190.   end
  191.   object BrowsePathFolder: TBrowseFolder
  192.     Flags = [bfFileSysDirsOnly, bfStatusText]
  193.     ShowPathInStatusArea = False
  194.     SyncCustomButton = False
  195.     Left = 8
  196.     Top = 328
  197.   end
  198. end
  199.